docs(releases): notes for 0.5.0 and draft 0.6.0#17
Merged
Conversation
0.5.0 (already cut to PyPI as ffbf4d7 / 0.5.0): catches up the release notes file — `tag --dry-run` CLI flag (PR #15) + docs site move to modern-python.org subdomain (PR #14) + CI action pin bumps. 0.6.0 (tagged at efc5902, release pending): drafts the notes for the upcoming release — `dry-run` input on action.yml + side-effect-free action-smoke (PR #16). Pure action/CI change; no CLI source touched. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Catch-up release notes for two versions that were missed in the
planning/releases/per-version doc convention established in 0.4.0:planning/releases/0.5.0.md— already-shipped to PyPI. Headlinessemvertag tag --dry-run(PR feat: add semvertag tag --dry-run flag #15) and the docs site move tohttps://semvertag.modern-python.org(PR ci: deploy mkdocs via GitHub Actions #14). CI pin bumps mentioned as a tertiary item.planning/releases/0.6.0.md— draft for the upcoming release. Headlines thedry-runinput onaction.ymland the side-effect-freeaction-smokejob (PR feat(action): add dry-run input + make action-smoke side-effect-free #16). Pure action/CI change; CLI is unchanged from 0.5.0.Pattern follows
planning/releases/0.4.0.mdand0.3.1.md— title with tagline, opening paragraph (TL;DR + who cares),## What landed,## Why,## Usage,## Breaking changes,## See also.Test plan
mkdocs build --strict— N/A (release notes live underplanning/, notdocs/, so they're not part of the rendered site)just lint-ciandjust testnot affected🤖 Generated with Claude Code